isInteger

Undocumented in source. Be warned that the author may not have intended to support it.
bool
isInteger
(
T = int
)
if (
is(T == int) ||
is(T == long)
)

Meta